home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / etc / config.everex-2496d < prev    next >
Text File  |  1994-08-01  |  1KB  |  43 lines

  1. # $Header: /usr/people/sam/fax/etc/RCS/config.everex-2496d,v 1.15 1993/09/27 11:11:57 sam Rel $
  2. #
  3. # Configuration for an Everex 24/96D.
  4. #
  5. # It may be possible to run the modem using RTS/CTS, but at the
  6. # data rates it supports there's little point (and since everything
  7. # works fine with XON/XOFF flow control, little motivation).
  8. #
  9. # CONFIG: CLASS2: Everex*
  10. #
  11. CountryCode:        1        # USA
  12. LongDistancePrefix:    1
  13. InternationalPrefix:    011
  14. AreaCode:        415
  15. DialStringRules:    etc/dialrules
  16. FAXNumber:        +1.415.965.7824
  17. ServerTracing:        1
  18. SessionTracing:        11
  19. RecvFileMode:        0600
  20. LogFileMode:        0600        # private log files
  21. DeviceMode:        0600        # device is accessible only to uucp/fax
  22. SpeakerVolume:        off
  23. RingsBeforeAnswer:    1        # answer on first ring
  24. #
  25. ModemType:        Class2        # use class 2 interface
  26. ModemRate:        19200
  27. ModemFlowControl:    xonxoff
  28. ModemSetupDTRCmd:    &D3        # DTR off causes modem to reset
  29. ModemSetupDCDCmd:    &C0        # DCD always on
  30. ModemDialCmd:        DT%s@        # T for tone dialing, @ for silence
  31. #
  32. # Avoid BOR_C_REV 'cuz of a bug in the Everex modem firmware
  33. # (Rev 901231 or earlier): BOR=3 and REL=1 generates garbage
  34. # data in the EOL padding for received facsimile.
  35. #
  36. Class2BORCmd:        BOR=2        # direct phase C data, reversed B/D
  37. Class2RELCmd:        REL=1        # enable byte-aligned EOLs
  38. #
  39. # NB: must break CQ=1 BADMUL= BADLIN= into separate lines
  40. #     for the modem to grok
  41. #
  42. Class2CQCmd:        "CQ=1\n+FBADMUL=20\n+FBADLIN=10"
  43.